Skip to main content

All Questions

4votes
3answers
962views

Portable multithreaded matrix multiplication in C

I essentially took this progam, and made it compile and run on Windows too. Also, I incorporated some nice points made by Toby Speight. matrix.h ...
coderodde's user avatar
3votes
1answer
2kviews

Multithreaded matrix multiplication on Unix in C

I have this program for comparing serial and parallel matrix multiplication algorithms: matrix.h ...
coderodde's user avatar

close